home *** CD-ROM | disk | FTP | other *** search
/ One Click 11 / OneClick11.iso / Tv / video.swf / scripts / frame_1 / PlaceObject2_25_18 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2004-03-11  |  245 b   |  15 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.video == "video1.avi")
  3.    {
  4.       this._y = 0;
  5.    }
  6.    else if(_root.video == "video2.avi")
  7.    {
  8.       this._y = 30;
  9.    }
  10.    else if(_root.video == "video3.avi")
  11.    {
  12.       this._y = 60;
  13.    }
  14. }
  15.